home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_26704.txt < prev    next >
Text File  |  1990-08-20  |  2KB  |  64 lines

  1. -- card: 26704 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Win
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   put score into field "scorebox"
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 8003
  17. -- rect: left=130 top=216 right=238 bottom=230
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Play Again
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   global score
  29.   put score + 100 into score
  30.   visual effect dissolve
  31.   go to card "title"
  32. end mouseUp
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 8003
  38. -- rect: left=264 top=216 right=238 bottom=364
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Quit
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect dissolve
  50.   go to card "Show your appreciation"
  51. end mouseUp
  52.  
  53.  
  54. -- part contents for background part 1
  55. ----- text -----
  56. The Golden Parrot
  57.  
  58. -- part contents for background part 2
  59. ----- text -----
  60. There is a legend among zoo collectors, that the one to whom it is granted to catch a golden parrot, shall never die, but shall pass into a world where there are no zoos, and all the animals are friendly. You hold dearly to the parrot, who turns a wise and kind eye to look at you. The creature almost seems to be smiling. You hesitate, and then you slowly let the bird go. You are standing firm on the solid ground of a new place.
  61.  
  62. -- part contents for background part 5
  63. ----- text -----
  64. 105